-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ASCAT #1332
ASCAT #1332
Conversation
… to search for bioconda+ascat to find them, and then put them in like the rest of the nf-core tools had it
…ir basic pipeline example
…rage.20101123.bam
we have loci files (also loci_gc files) on AWS igenomes, I can probably talk to @ewels about adding all necessary files. |
This is a good idea @maxulysse --- will you talk to @ewels ? It's four sets of (mandatory) dropbox-linked files listed in this short readme. The loci and allele files are mandatory (x2 for hg19 and hg38), and probably would be good to grab the gcfile and Replication timing sets as well. As long as they are somewhere better than dropbox, I think I can get them into the code auto-install style. For the second part -- output like in sarek's run_ascat.r - I've started work on that already, in the latest commit. Not easy. Lot's of both mandatory and optional arguments to juggle. Getting there :-) (edit -- ok, it's ready now. It outputs like run_ascat.r) |
…ore work on input arguments
Status for today: Fixed args setups, such that args are given similarly to @FriederikeHanssen 's setup in ControlFreec. One test without, one test with. Should behave largely similar to the run_ascat.r setup in current sarek, which is the goal. Still need to fix (more) permanent access to dropbox files + probably need to have tests as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I think I'm done here. I can't figure out why the conda-test fails. I've seen it's a bit weird before, it's like it worked sometimes. Other than that, no loose ends I think
not sure why I can't merge t master back in, but once that is done, this is good to be merged in my opinion |
Oh right -- I think master branch of modules had a few updates. Those are merged in, fast-forward. I squashed and merged. Thanks! |
PR checklist
First PR for #186 ASCAT. This is the first working copy that can process from a BAM-input to ascat output. There's still a lot of issues to work out:
biocontainers/mulled-v2-c278c7398beb73294d78639a864352abef2931ce
) - needs to update so singularity also worksversions.yml
file.label
PROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wd
PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd
PROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd